ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1ChartCore<Tseries,TAnimation,TBinding> Class / SeriesList Property

In This Topic
    SeriesList Property
    In This Topic
    An array collection that contains the data to be charted.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property SeriesList As System.Collections.Generic.List(Of Tseries)
    public virtual System.Collections.Generic.List<Tseries> SeriesList {get;}
    See Also